home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
wb
/
czesc_4
/
viruscheck
/
checkfile210.lha
/
CheckFile2
/
FileCheck2_Install
< prev
next >
Wrap
Text File
|
1996-08-05
|
572b
|
26 lines
FailAt 51
; Installer for Check File 2
; (C) Georg Hörmann & Paul Demark
; Author Paul Demark
; $VER: Check File 2 v2.05 (07.07.96)
If NOT EXISTS Rexx:
Echo "You have not Rexx: assigned! Do you have RexxMaster running also?!"
EndIf
If EXISTS Rexx:CheckFile2.vzrx
Delete Rexx:CheckFile2.vzrx
Echo "Updating old version of Check File 2.."
Copy CheckFile2.vzrx Rexx:CheckFile2.vzrx
Else
Echo "Installing Check File 2 onto your system.."
Copy CheckFile2.vzrx Rexx:CheckFile2.vzrx
EndIf
Echo "Check File 2 installation finished !"
Wait 5
EndCLI